FINISHED=INVALID, POWER_DOWN=POWER_UP, MEASURE_TEMP=STOP
Tempsensor Control Register 0
POWER_DOWN | This bit powers down the temperature sensor. 0 (POWER_UP): Enable power to the temperature sensor. 1 (POWER_DOWN): Power down the temperature sensor. |
MEASURE_TEMP | Starts the measurement process 0 (STOP): Do not start the measurement process. 1 (START): Start the measurement process. |
FINISHED | Indicates that the latest temp is valid 0 (INVALID): Last measurement is not ready yet. 1 (VALID): Last measurement is valid. |
TEMP_CNT | This bit field contains the last measured temperature count. |
ALARM_VALUE | This bit field contains the temperature count (raw sensor output) that will generate a high alarm when TEMP_CNT is smaller than this field |